[Rails] ActiveRecord using Safari Sqlite

Posted by Gregory on Stack Overflow See other posts from Stack Overflow or by Gregory
Published on 2010-05-21T08:16:01Z Indexed on 2010/05/21 8:20 UTC
Read the original article Hit count: 480

Hi, I am build a webapp for iphone using Phonegap, and I want to create a DB on the device and not on my server. I've seen that there is a Safari Sqlite database, but I haven't been able to find any information about using this database with active record.

Does someone knows how to do so?

Best, Gregory

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about activerecord